.text3 {
	position: absolute;
	top: 130px;
	left: 8%;
	right: 8%;
	z-index: 999;
}

.waiwei {
	display: flex;
	flex-direction: row;
}

#datu {
	width: 80%;
	height: 600px;
	}
#datu .image {
	width: 70%;
	max-width: 900px;
	height: 600px;
	display: flex;
}

#datu .image img {
	width: 100%;
	display: block;
	margin:auto;
}

.wenzi {
	width: 30%;
	margin-top: 50px;
}

#datu .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: row;
}

#datu .swiper-wrapper .swiper-slide .wenzi01 {
	background-image: url(../images/weizi_bj.png);
	width: 216px;
	height: 50px;
	color: #FFFFff;
	font-size: 22px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 48px;

}

#datu .swiper-wrapper .swiper-slide .wenzi02 {
	background-image: url(../images/weizi_bj2.png);
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	border-radius: 8px;
	padding: 1em;
	margin-top: 15px;
	width: 260px;


}

#datu .swiper-wrapper .swiper-slide .wenzi03 {
	width: 260px;
	margin-top: 20px;
}

#datu .swiper-wrapper .swiper-slide .wenzi03 a {
	float: center;

}


#xiaotu {
	height: 660px;
}

#xiaotu .swiper-wrapper .swiper-slide {
	width: 200px;
}
#xiaotu .swiper-wrapper .swiper-slide .tu{
	background-image: url(../images/xitu_bj.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	display: flex;
	
}
#xiaotu .swiper-wrapper .swiper-slide .tu img{
	display: block;
	width: 80%;
	max-height: 90%;
	margin:auto;
}


#xiaotu .swiper-slide-visible {
	opacity: 0.5;
}

#xiaotu .swiper-slide-thumb-active {
	opacity: 1;
}
